home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Explore Yellowstone
/
Explore Yellowstone (1997)(The Learning Company)[PC-Mac].iso
/
pc
/
help.dir
/
00003_Script_fr loop1
< prev
next >
Wrap
Text File
|
1996-02-27
|
441b
|
15 lines
on exitFrame
global WhichChannel, WhichCast
repeat with CursorLoc = 5 to 17
if RollOver(CursorLoc) then
put CursorLoc into WhichChannel
puppetsprite WhichChannel, TRUE
put the castNum of sprite WhichChannel into WhichCast
set the castNum of sprite WhichChannel to (WhichCast + 1)
updateStage
go to "Loop2"
exit repeat
end if
end repeat
go to the frame
end